body {
    line-height: normal;
}

h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    line-height: 20px;
    padding: 10px;
    font-feature-settings: "kern";
    color: black;
}

p {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
text-align: center;
font-size: 20px;
font-weight: bolder;
line-height: 10px;
padding: 20px;
font-feature-settings: "kern";
}


div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
